home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / EDIT.RH < prev    next >
Text File  |  1997-05-06  |  461b  |  17 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Command IDs to use with edit.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_EDIT_RH)
  10. #define OWL_EDIT_RH
  11.  
  12. #if !defined(OWL_WINDOW_RH)
  13. # include <owl/window.rh>
  14. #endif
  15.  
  16. #endif  //  OWL_EDIT_RH
  17.